- ScriptAlias /Net-Cam/cgi-bin/ /opt/NetAdmin/Net-Cam/cgi-bin/
- <Directory /opt/NetAdmin/Net-Cam/cgi-bin/>
- AllowOverride AuthConfig
- Options ExecCGI
- order allow,deny
- allow from all
- </Directory>
- Alias /Net-Cam/ /opt/NetAdmin/Net-Cam/html/
- <Directory /opt/NetAdmin/Net-Cam/html/>
- AllowOverride AuthConfig
- Options None
- order allow,deny
- allow from all
- </Directory>