Re: apache, public_html, and security

1997-07-24 Thread Ingo Fischenich

[EMAIL PROTECTED] writes:

> Make sure, that the permissions on the public_html are set to o+rx :
> 
> drwxrwxr-x   2 elmarmartinb  1024 Jun 23 00:54 public_html 

You only need to set o+x for public_html with apache 1.2.1

ingo


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: MS-DOS CR & directory/file timestamping

1997-07-18 Thread Ingo Fischenich

David Oswald <[EMAIL PROTECTED]> writes:


> 
>   1) I need to remove the ^m found at the end of each file that is
> created by those rotten NT users. If in vi I issue a "%s/^M//g I do
> remove the ^m but the file system is becoming too large to do this by
> hand.
>   Can someone please assist me with a script that will enter the 
> /var/www tree and search all *html files and then run a (sed 
> script ?) that would do this for me without any user 
> interaction. (I would run this process probably once a night
> ina cron job.)
> 
>   I thought maybe this process would look something like:
> " find /var/www -name "*html" -ls | awk '{print $11}' " so
> this would generate a list of my files that need to be opperated
> on, but I dont know  enough to complete the equation. Any
> assitance greatly appreciated here... Thanx in advance...

Use the package *recode*, so you can do "recode ibmpc:latin1 html-file.html"

ingo fischenich


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Weekly log reporting system for apache?

1997-07-14 Thread Ingo Fischenich
"Dave Cinege" <[EMAIL PROTECTED]> writes:

> Are their any (hopfully debianized) reporting systems that will create nice 
> readable reports from accesses to users pages?
> 
> My last ISP had something he made but you won't give them to me  : <
> 
> If there is nothing out there I will write something, but my time could be 
> better used.

Not debianized, but quite useful :

http://www.unimelb.edu.au/pwebstats/pwebstats.html

Hope this helps

ingo fischenich <[EMAIL PROTECTED]>


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .