devinfo  

RE: Re[2]: [e-smith-devinfo] alias directories(was SquidGuard 2 Development)

Darrell May
Thu, 23 Aug 2001 16:45:42 -0700


Trevor Ouellette <[EMAIL PROTECTED]> said:

> Nevermind,  I assume that if you just take the lines out it will work
> more securely.
> 
> Trev.

Here's another phpsysinfo template fragment example.  Application is 
installed in /opt/administration/phpsysinfo.  Access by entering:

https://yourdomain.com/phpsysinfo

Note this forces SSL and requires the admin login/password:

# Administration: phpsysinfo
Alias /phpsysinfo /opt/administration/phpsysinfo
<Directory /opt/administration/phpsysinfo>
    RequireSSL on
    Options -Indexes
    AllowOverride None
    order deny,allow
    deny from all
    allow from all
    AuthName "phpSysInfo"
    AuthType Basic
    AuthExternal pwauth
    require user admin
    Satisfy all
    AddType application/x-httpd-php .php .php3
    php_flag  magic_quotes_gpc  on
    php_flag  track_vars        on
</Directory>

If you want multiple user security, including both internal and external 
users, follow this HowTo:

http://netsourced.com/servers/docs/website-access-security-howto.html

Regards,

-- 
Darrell May
DMC NETSOURCED.COM
http://netsourced.com



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org