Jump to content

chris_friberg

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

chris_friberg's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [color=blue]I had Authentication working at one point in time.  I used httpd.conf to specify the directory I wanted password authenticated.  I decided to change that line to ask for authentication on a different directory, and now it seems to ignore that section and not ask for authentication when you access pages in this directory.  I looked through the FAQ and it only mentions basic troubleshooting of .htaccess files which I tried applying here, but with no luck.  I also scanned through the forum for solutions. Here's the part of my httpd.conf file with Directory settings:[/color] " [tt]<Directory />     Options FollowSymLinks     AllowOverride None </Directory> <Directory /usr/local/www/data>     Options Indexes FollowSymLinks MultiViews     AllowOverride All     Order allow,deny     Allow from all </Directory> <Directory "/usr/local/www/data/xxx">     AuthType Basic     AuthName "By Invitation Only"     AuthUserFile /etc/xxxpass     Require user aaa bbb ccc </Directory>[/tt] " [color=blue]Also, I don't know if these warnings mean anything, when I restart apache.  I get this:[/color] " [tt]$ apachectl restart /usr/local/sbin/apachectl restart: httpd not running, trying to start [Tue Jul 11 16:44:01 2006] [warn] NameVirtualHost www.mysite.com:80 has no VirtualHosts [Tue Jul 11 16:44:01 2006] [warn] NameVirtualHost www.mysite2.com:80 has no VirtualHosts [Tue Jul 11 16:44:01 2006] [warn] NameVirtualHost webmail.mysite.com:80 has no VirtualHosts /usr/local/sbin/apachectl restart: httpd started[/tt] " [font=Verdana][font=Verdana][font=Verdana][font=Verdana][color=blue]Can someone double check my httpd.conf lines and/or interpret my warnings? Thanks![/color][/font][/font][/font][/font]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.