|
From: Dieter S. <dsi...@sq...> - 2001-07-24 21:56:49
|
localhost should resolve to localhost.your_domain not localhost.com unless of course you own localhost.com What you are actually doing is requesting the login.pl script from the server running at www.localhost.com. Also check if you have a 'AddHandler cgi-script .pl' line in your httpd.conf file. htdoc is not normally setup to process perl scripts. You can also check if everything is working by using dnhttpd. cd to the dnhttpd/exec directory and start the private web server (type in ./dnhttpd on the command line). Then type in http://127.0.0.1:8000/login.pl into your web browser. To load the administration module type in http://127.0.0.1:8000/admin.pl Dieter Simader http://www.sql-ledger.org (780) 472-8161 DWS Systems Inc. Accounting Software Fax: 478-5281 =========== On a clear disk you can seek forever =========== On Tue, 24 Jul 2001, Wayne wrote: > If I cd into /usr/local/Apache/htdoc and enter the command > "netscape index.html.en ", the page that comes up > informs me that apache is installed okay. As for the > running of apache, the ps -ax command informs > me that the httpd is running. > What next? > Wayne > > > Richard Eicher II wrote: > > > Your web server is not running or installed. > > > > Rick > > > > __________________________________________________ > > Do You Yahoo!? > > Make international calls for as low as $.04/minute with Yahoo! Messenger > > http://phonecard.yahoo.com/ > > > |