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