Re: [EMAIL PROTECTED] access control based on time of day

2006-01-28 Thread Nick Kew
On Sunday 29 January 2006 03:53, McDouglas wrote: > I've read the documentations of mod_access and mod_auth, but could not find > any information. > > "Access can be granted or denied based on a wide variety of criteria, such > as the network address of the client, the TIME OF DAY, the phase of th

Re: [EMAIL PROTECTED] access control based on time of day

2006-01-28 Thread Nick Kew
On Sunday 29 January 2006 03:53, McDouglas wrote: > Hi, > > I have some trouble figuring out how to set up apache to allow remote users > to request pages only at a given time of day. > > I've read the documentations of mod_access and mod_auth, but could not find > any information. > > "Access can

[EMAIL PROTECTED] access control based on time of day

2006-01-28 Thread McDouglas
Hi, I have some trouble figuring out how to set up apache to allow remote users to request pages only at a given time of day. I've read the documentations of mod_access and mod_auth, but could not find any information. "Access can be granted or denied based on a wide variety of criteria, such as

Re: [EMAIL PROTECTED] htaccess with mod_auth_mysql

2006-01-28 Thread Daniel Silva
> > Ok, Joshua. But the apache documentation says: > > Keep reading. It says (in bold text): if you use an ErrorDocument 401 > directive then it must refer to a local document. > > Joshua. > Ok, I see it. Once again, thanks for the support. ---

Re: [EMAIL PROTECTED] htaccess with mod_auth_mysql

2006-01-28 Thread Joshua Slive
On 1/28/06, Daniel Silva <[EMAIL PROTECTED]> wrote: > Ok, Joshua. But the apache documentation says: Keep reading. It says (in bold text): if you use an ErrorDocument 401 directive then it must refer to a local document. Joshua. -

Re: [EMAIL PROTECTED] htaccess with mod_auth_mysql

2006-01-28 Thread Daniel Silva
On 1/28/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 1/28/06, Daniel Silva <[EMAIL PROTECTED]> wrote: > > > > The fix is to use only absolute URLs (starting in http:// or at least > > > /) in the errordocument. > > > > > I´ve tried to use absolute URLs, like this: > > > > ErrorDocument 401 http

Re: [EMAIL PROTECTED] htaccess with mod_auth_mysql

2006-01-28 Thread Joshua Slive
On 1/28/06, Daniel Silva <[EMAIL PROTECTED]> wrote: > > The fix is to use only absolute URLs (starting in http:// or at least > > /) in the errordocument. > > I´ve tried to use absolute URLs, like this: > > ErrorDocument 401 http://200.xxx.xxx.xxx/solicitar_acesso.php > > But, the browser shows t

Re: [EMAIL PROTECTED] htaccess with mod_auth_mysql

2006-01-28 Thread Daniel Silva
On 1/28/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 1/27/06, Daniel Silva <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have a .htaccess file in a direcory of my web server, that contains: > > --- > > AuthNa

Re: [EMAIL PROTECTED] Origin of error log entries?

2006-01-28 Thread Joshua Slive
On 1/28/06, James R. Hay <[EMAIL PROTECTED]> wrote: > > Ok, so my intuition that somewhere I should find a corresponding entry in > an access log for one of the websites is correct, presumably somewhere > near the time of the timestamp from the error log. Yes. > So, this goes more into PHP than A

Re: [EMAIL PROTECTED] Origin of error log entries?

2006-01-28 Thread James R. Hay
Ok, so my intuition that somewhere I should find a corresponding entry in an access log for one of the websites is correct, presumably somewhere near the time of the timestamp from the error log. So, this goes more into PHP than Apache but would presumably suggest either a script allowing an

Re: [EMAIL PROTECTED] HTTP or HTTPS access based on subnet

2006-01-28 Thread Leon Stringer
On Sat, 2006-01-28 at 15:34 -0500, Joshua Slive wrote: > > Order Deny,Allow > Deny from all > Allow from 192.168.0.0/24 > ErrorDocument 403 https://yoursite.example.com/ > > But people often use mod_rewrite for a task like this to gain more > precise controls over what URLs are redirected where.

Re: [EMAIL PROTECTED] Origin of error log entries?

2006-01-28 Thread Joshua Slive
On 1/28/06, James R. Hay <[EMAIL PROTECTED]> wrote: > The entries below were found in the Apache error log while investigating on > apparent exploit. Thus far I have not found any corresponding access log > entry > and I am wondering if this is an indication that the intruder gained a shell? Clo

[EMAIL PROTECTED] Origin of error log entries?

2006-01-28 Thread James R. Hay
Hi folks, I sent this last night but didn't see it come through and I realize that I did not mention that this occurred on a linux server running apache 1.3.34. Thanks for any advice or suggestions. Thanks, Jim. James R. Hay[EMAIL PROTECTED] Hay-Net Networks P.

Re: [EMAIL PROTECTED] HTTP or HTTPS access based on subnet

2006-01-28 Thread Joshua Slive
On 1/28/06, Leon Stringer <[EMAIL PROTECTED]> wrote: > Hi, > > I'm looking at encrypting traffic to a web server and have successfully > generated a certificate and key, set up a VirtualHost for port 443. > > I then used Redirect to send requests to the old URL (on port 80) to the > VirtualHost to

[EMAIL PROTECTED] HTTP or HTTPS access based on subnet

2006-01-28 Thread Leon Stringer
Hi, I'm looking at encrypting traffic to a web server and have successfully generated a certificate and key, set up a VirtualHost for port 443. I then used Redirect to send requests to the old URL (on port 80) to the VirtualHost to prevent port 80 access. This appears to be working fine. Howeve

[EMAIL PROTECTED] Apache not working

2006-01-28 Thread Chris Caceres
Hi,   I installed (typical) apache 2.0.55 using the msi file (I'm running Windows XP Home).  I assume you need to have your wireless internet disabled in order for the server to work properly?  Just in case, I have it disabled and type in http://localhost and it doesn't go to the proper apache pag

Re: [EMAIL PROTECTED] Unable to view plain text file having size >=256 bytes

2006-01-28 Thread Joshua Slive
On 1/28/06, Suraj Singh <[EMAIL PROTECTED]> wrote: > Hi, > > I am using "Apache/2.0.52" as my web server. Quite old. You should upgrade. > > My problem is that I am able to view plain text file with size <= 255 > bytes, but as soon as the size becomes >=256 bytes, I get only blank > page in my w

Re: [EMAIL PROTECTED] htaccess with mod_auth_mysql

2006-01-28 Thread Joshua Slive
On 1/27/06, Daniel Silva <[EMAIL PROTECTED]> wrote: > Hi, > > I have a .htaccess file in a direcory of my web server, that contains: > --- > AuthName "Conteudo exclusivo" > AuthType Basic > > AuthMySQLUser usuar

[EMAIL PROTECTED] Dimitar Georgievski is out of the office.

2006-01-28 Thread DGeorgie
I will be out of the office starting 01/28/2006 and will not return until 02/13/2006. I will respond to your message when I return. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

Re: [EMAIL PROTECTED] perl and suexec

2006-01-28 Thread Victor Sterpu
I executed the script as a cgi. It works. Initialy I tryed like this, because I wanted a diffrent executable on each virtual domain: AddType application/x-httpd-perl .pl ... User test Group test ScriptAlias /test.rocgibin /var/www/test.ro/cgibin Action application/x-httpd-perl /test.rocgibin/p

[EMAIL PROTECTED] Unable to view plain text file having size >=256 bytes

2006-01-28 Thread Suraj Singh
Hi, I am using "Apache/2.0.52" as my web server. My problem is that I am able to view plain text file with size <= 255 bytes, but as soon as the size becomes >=256 bytes, I get only blank page in my web browser. Is there some setting I need to do in my web server? Thanks, Suraj ---

Re: [EMAIL PROTECTED] Yet another Redirect/ RedirectMatch question

2006-01-28 Thread Mukarram Syed
Since http://maxim-toastmaster.com DNS was under our control, I could change the A record to point to www.esalton.com and that worked rather than doing the redirects.Thanks for all your help.-Mukarram Syed.Mukarram Syed <[EMAIL PROTECTED]> wrote: Hi,I am trying to reproduce the error that you all h