LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Apache Session Log? (https://www.linuxquestions.org/questions/linux-networking-3/apache-session-log-23078/)

abelsgmx 06-10-2002 03:49 PM

Apache Session Log?
 
Hi to all, I am developing on line curses (e-education) but I need denny and bring access for the HTML files, when I change the file properties this denny the access for all. Some one knows how to show a log window in apache server for start one apache session whit out restart the Linux session?

Thanks a lot, and sorry for my english...

sewer_monkey 06-10-2002 10:16 PM

Ummm... Not sure what you mean, but the apache session log is in /var/log/httpd/

abelsgmx 06-11-2002 09:27 AM

Thanks
 
ok, i need do something like Internet Information Server ( :o Sorry by the bad comparision ), when the user access to the web page appear a loging window requesting login name and password, can Apache do this?. :confused:

Just another Perl programer...

Syncrm 06-11-2002 11:04 AM

you might wanna look into using apache to authenticate your users via a .htaccess file. you'll need to use mod_auth for this, here's some more info:

http://httpd.apache.org/docs/mod/mod_auth.html

Noerr 06-11-2002 03:44 PM

you can do that, but take a look at httpd.conf file which came with your distro and setup access and error log. This will solve your logging but if you need user level access to a particular dir/files take a look at htpasswd option in apache manual
regards


All times are GMT -5. The time now is 12:21 PM.