Apache/Unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Apache/Unix
# 8  
Old 06-07-2001
As optimus says a tar ball is a tar file, which is a file consisting of an archive of other files. This archive file can be extracted to open and copy out all the files in it.

Read the instructions on how to use the tarball - it is most likely one that has been made absolutely, meaning you can extract it anywhere in the filesystem thus:

tar xvf /name/of/tarball

If it has been made relatively, however, you need to be in the correct directory because the files will extract wherever you run the command.

It is most likely of the former type.

By the way Neo, how does one compile PHP into the Apache binary? Also, I know not strictly a UNIX question, but do you or anyone else have any opinions on PHP Nuke as a web site strategy and any good tutorials on how to use it? (can't seem to find much in the way of tutorials at phpnuke.org).

Regards.
alwayslearningunix
# 9  
Old 06-07-2001
"Select modules to compile into Apache in the Configuration file. Uncomment lines corresponding to those optional modules you wish to include (among the AddModule lines at the bottom of the file), or add new lines corresponding to additional modules you have downloaded or written"


check out http://httpd.apache.org/docs/install.html
# 10  
Old 06-07-2001
Cool Optimus, thanks. Smilie
alwayslearningunix
# 11  
Old 06-07-2001
no problem.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Red Hat

Process not running: /opt/java15/jdk/bin/java -classpath /opt/apache/apache-ant-1.7.0-mod/lib/ant-la

Have no idea on what the below error message is: Process not running: /opt/java15/jdk/bin/java -classpath /opt/apache/apache-ant-1.7.0-mod/lib/ant-launcher.jar org.apache.tools.ant.launch.Launcher -buildfile build.xml dist. Any help? (3 Replies)
Discussion started by: gull05
3 Replies

2. Web Development

Apache module development on apache 2.2

Hi, I'm new to developing modules for Apache. I understand the basics now and can develop something simple which allows a 'GET' request to happen, but what I want to do is actually 'POST' information to my site. I know the basic POST Request works and I can see that it is post by looking at... (2 Replies)
Discussion started by: fishman2001
2 Replies

3. Programming

Problem with Perl script after moving from a Windows/Apache Server to a UNIX server.

I have a Perl script that worked fine before moving it to justhost.com. It was on a Windows/Apache server. Just host is using UNIX. Other Perl scripts on other sites that were also moved work fine so I know Perl is functioning. The script is called cwrmail.pl and is located in my cgi-bin. When I... (9 Replies)
Discussion started by: BigBobbyB
9 Replies

4. Shell Programming and Scripting

Apache Help..

I have properly installed Apache server 2.0 on Linux redhat9 and its working fine and showing its test page from LAN Computers. Now i want to change the directory of apache so it can show my webpages. Can anyone tell me where i can do that ????? Please help in detail because i am facing... (1 Reply)
Discussion started by: wakhan
1 Replies

5. UNIX for Dummies Questions & Answers

running apache on unix

Hi, I am running an application on apache/tomcat under unix. It was working fine until I stopped both tomcat and apache and restarted both. Now I am getting 404 not found error. Is there something here that I am missing. Any help will be appreciatd. Thx Karthik (1 Reply)
Discussion started by: kkarthik
1 Replies

6. IP Networking

Apache

I want to have multiple domains to be configured in apache web server on redhat linux can i have that without DNS server configured. What all i have to do for that.What all to configure ? And importantly i want the site be accessed by name rather IP address. Please help me ... (1 Reply)
Discussion started by: Vijayanand
1 Replies

7. UNIX for Dummies Questions & Answers

Apache!

How do you tell which apache version is currently running. the situation is that I got multiply httpd.conf files on a solaris 2.6 server and I need to tell which version is what? I have checked the httpd.conf but no joy Thanks in Advance (3 Replies)
Discussion started by: hassan2
3 Replies
Login or Register to Ask a Question