RE: [users@httpd] https redirected to http, different login?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: nandelbosc@xxxxxxxx [mailto:nandelbosc@xxxxxxxx]
> 
> Yes, i'm worried about server load, the content of web have a 
> lot of photo
> galleries

Then the only solution is session-management. Forget about basic auth, login over HTTPS with an HTML form which is handled by something on the server-side (eg PHP). Once validated, give the client a cookie and redirect him to the HTTP section. It's not trivial, unfortunately...

> 
> > Does /path/to/webpage/1/2/4 exist?
> 
> Yes, I'm sure. But, one consideration: doesn't is inside 
> server root the
> path, for example, is "/usr/share/", and it have the correct 
> permisions.

When I say "/path/something..." I mean a real filesystem path - something you can do "ls" on. Nothing to do with relative to ServerRoot. So to rephrase the question, what happens when you do:

	ls -l /path/to/webpage/1/2/4


> 
> > what's in the error_log
> 
> [error] [client 213.176.161.201] File does not exist: [error] [client
> 123.123.123.123] File does not exist: /path/to/web/temp

I'm getting mixed up - I know you don't want to post your real path names, but you're using the "/path/to/.." shorthand inconsistently and now I don't know what you mean. Please post again:

- the Alias directive
- the error log entry

If you replace anything with "/path/to/..", replace exactly the same way in both lines.

> 
> 
> > But do you have an "Allow from all" anywhere?
> 
> Yes. I try use "allow from all" (i need directory listing 
> from all), but
> doesn't work... is correct?
> 
>  <Directory "/path/to/list">
>          Options Indexes
>          AllowOverride None
>          Allow from all
>  </Directory>

This is correct, but because of the "/path/to/.." confusion, I no longer know if "/path/to/list" is a real filesystem path (it should be) or a URL-path (which would be wrong). In any case, what do you get in the error_log when you try to access this directory?

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 
> Thank's.
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
>    "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
> 
>
 
 
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux