Carl Pender
03-14-2003, 08:22 AM
I downloaded an Apache Server and configured it. I got it up and running but then when I rebooted the system the CGI scripts had worked previously, don't work anymore.
I have since realised that there are two Apache servers running on my PC; the one I installed and a SUse one that must have been there all along. There seems to be a conflict betweent the two.
when I type in http://localhost:8080 I get the default Apche server page, but when I type in http:/157.190.66.81/ I get the Suse default Apache page.
I used the commands;
ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc3.d/k99httpd
ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc3.d/S99httpd
so as to run the Apache server when the Linux box boots up, but this seems to be starting the Suse one, which is what I dont want.
This was clearly the wrong thing to do because the directory /etc/rc.d/init.d/httpd doesn't even exist. Does anyone know how to stop the Suse server for good?
The server that I want is located in /usr/local/apache/ and I used to use the URL; http://157.190.66.81/usr/local/apache/cgi-bin/test.cgi to run my scripts but this clearly is trying to run the Suse serve and cannot find the cgi scripts.
If anyone can undrstand this and give me any ideas I would very greatful. thanking you in advance.
Carl Pender
I have since realised that there are two Apache servers running on my PC; the one I installed and a SUse one that must have been there all along. There seems to be a conflict betweent the two.
when I type in http://localhost:8080 I get the default Apche server page, but when I type in http:/157.190.66.81/ I get the Suse default Apache page.
I used the commands;
ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc3.d/k99httpd
ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc3.d/S99httpd
so as to run the Apache server when the Linux box boots up, but this seems to be starting the Suse one, which is what I dont want.
This was clearly the wrong thing to do because the directory /etc/rc.d/init.d/httpd doesn't even exist. Does anyone know how to stop the Suse server for good?
The server that I want is located in /usr/local/apache/ and I used to use the URL; http://157.190.66.81/usr/local/apache/cgi-bin/test.cgi to run my scripts but this clearly is trying to run the Suse serve and cannot find the cgi scripts.
If anyone can undrstand this and give me any ideas I would very greatful. thanking you in advance.
Carl Pender