Re: Apache un-able to understand.

2004-09-13 Thread Ivan Adams
Did you install PHP ? How did you want to open .php files if you didnt have php apt-get install php4 after that it will show you do you want to use DSO - press "y". That script will put some raw in /etc/apache/httpd.conf which will fix your problem. Your apache configuration is the problem, not yo

Re: Apache un-able to understand.

2004-09-12 Thread Nayyar Ahmed
Hello Ivan, thanks for your detail msg. these are the output of all instruction given by you. But, One thing more appair that when i type http://localhost it give me messege box with following messege. " the file "" is of type application/x-httpd-php mozilla does not know how to handle file.

Re: Apache un-able to understand.

2004-09-11 Thread Ivan Adams
try with: netstat -na | grep LISTEN | grep :80 it would be something like tcp 0 0.0.0.0:80 0.0.0.0:* LISTEN that mean that your server is already running. Try again with http://127.0.0.1/ or http://localhost/ if no test page, time to view the logs. tail -f /var/log/apache/error.log /etc/init.d/ap

Re: Apache un-able to understand.

2004-09-11 Thread Alexis Huxley
> when i write http://127.0.0.1 no apache test page display > but the daemon is running as following. So what is displayed? What is in the log files (access+error)? What is in your httpd.conf (don't post all of it, use some editing sense). Come on, help us to help you. Alexis -- To UNSUBSCR