Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61833 Details for
Bug 96936
Ebuild change: shttpd (new version, change in packagement)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/shttpd.confd patch to v1.25
confd.diff (text/plain), 1.49 KB, created by
lzap
on 2005-06-24 03:56:44 UTC
(
hide
)
Description:
files/shttpd.confd patch to v1.25
Filename:
MIME Type:
Creator:
lzap
Created:
2005-06-24 03:56:44 UTC
Size:
1.49 KB
patch
obsolete
>3,21d2 >< # >< # usage: shttpd [OPTIONS] >< # -d <directory> wwwroot (dflt: ) >< # -D no directory listing >< # -p <port> listening port (dflt: 80 or 443) >< # -l <logfile> access log file (dflt: shttpd.log) >< # -I inetd mode >< # -e <errorlog> error log file >< # -i <files> index files (dflt: index.html,index.cgi) >< # -c <cgi_ext> CGI file pattern (dflt: .cgi) >< # -P <passfile> global auth file >< # -A <passfile> <domain> <user> <password> edit .htpasswd file >< # -u <login_name> switch UID to user <login_name> >< # -N <servername> server domain name (auth realm) (dflt: mydomain.com) >< # -m <mime_file> mime types file >< # -v debug mode >< # -s <pem_file> SSL certfileificate file (dflt: shttpd.pem) >< # -S use SSL >< # >23,27c4,11 >< SHTTPD_PORT="81" >< SHTTPD_USER="shttpd" >< SHTTPD_DOCROOT="/var/www/localhost/htdocs" >< SHTTPD_LOG="/var/log/shttpd/access.log" >< SHTTPD_ERROR="/var/log/shttpd/error.log" >--- >> # shttpd now uses /etc/shttpd/shttpd.conf. >> # This file is obsolette and will be removed later. >> >> #SHTTPD_PORT="81" >> #SHTTPD_USER="shttpd" >> #SHTTPD_DOCROOT="/var/www/localhost/htdocs" >> #SHTTPD_LOG="/var/log/shttpd/access.log" >> #SHTTPD_ERROR="/var/log/shttpd/error.log" >30,33c14,17 >< SHTTPD_INDECIS="index.html,index.cgi" >< SHTTPD_CGIEXT=".cgi" >< SHTTPD_DOMAIN="localhost" >< SHTTPD_MIME="/etc/mime.types" >--- >> #SHTTPD_INDECIS="index.html,index.cgi" >> #SHTTPD_CGIEXT=".cgi" >> #SHTTPD_DOMAIN="localhost" >> #SHTTPD_MIME="/etc/mime.types"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 96936
:
61831
|
61832
| 61833 |
61834
|
61835
|
61836
|
61837
|
61838