Rich,

Ouch!. Removing the webserver (see requirements in the install readme docs)
is NOT a good idea!
Unless you are having storage problems (too little of it) why would you want
to remove anything anyway?
If it ain“t broke, do not fix it comes to mind.

I do not know what distro you are running, but I suggest to check if
(commandline, root) either

/etc/init.d/httpd start
or
/etc/init.d/apache start

gives any hints.

Alternatively, you could look at the logs (when firing up the system, all
kind of things are written to log automagically)
look in /var/log/ for things like messages, error.log and the likes.

(Just fixed my mythdora tv-server using error logs, fine things, logs! Found
out my beloved commercial remover had 0 bytes left to write anything.
Thus it simply waited for me to make room during boot. If I would not have
seen the log, it would still be waiting, or be replaced by new hardware I
guess)

Hth

Paul


2010/9/27 Rich Shepard <[email protected]>

>  I used to have the old /etc/apache/ as well as the newer /etc/httpd/. Over
> the weekend I removed the former. This morning, when I try logging into SL,
> I see a 404 error:
>
> Not Found
>
> The requested URL /sql-ledger/login.pl was not found on this server.
>
>  This, when I use the address that always worked before:
> http://localhost/sql-ledger/login.pl. I'm not seeing why.
>
>  /etc/httpd/httpd.conf contains:
>
> Include /etc/httpd/sql-ledger-httpd.conf
>
> and /etc/httpd/sql-ledger-httpd.conf remains unchanged:
>
> <Directory /usr/local/sql-ledger>
>  AllowOverride All
>  AddHandler cgi-script .pl
>  Options ExecCGI Includes FollowSymlinks
>  Order Allow,Deny
>  Allow from All
> </Directory>
>
> <Directory /usr/local/sql-ledger/users>
>  Order Deny,Allow
>  Deny from All
> </Directory>
>
>  Please suggest where I start looking for the solution. I'm far from a Web
> app expert.
>
> Thanks,
>
> Rich
> _______________________________________________
> SQL-Ledger mailing list
> [email protected]
> http://lists.ledger123.com/mailman/listinfo/sql-ledger
>
_______________________________________________
SQL-Ledger mailing list
[email protected]
http://lists.ledger123.com/mailman/listinfo/sql-ledger

Reply via email to