Difference between revisions of "Cygwin Stuff"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (Created page with '=Notes= See: * http://www.cygwin.com/cygwin-ug-net/using-effectively.html Category:Cygwin') |
PeterHarding (talk | contribs) |
||
Line 4: | Line 4: | ||
* http://www.cygwin.com/cygwin-ug-net/using-effectively.html | * http://www.cygwin.com/cygwin-ug-net/using-effectively.html | ||
=Running Apache= | |||
* http://www.cygwin.com/cygwin-ug-net/using-cygserver.html | |||
Getting the error: | |||
<pre> | |||
$ /usr/sbin/apachectl2 start | |||
/usr/sbin/apachectl2: line 78: 348 Bad system call $HTTPD -k $ARGV | |||
</pre> | |||
See: | |||
* http://www.gossamer-threads.com/lists/apache/users/291927 | |||
[[Category:Cygwin]] | [[Category:Cygwin]] |
Latest revision as of 09:49, 19 October 2009
Notes
See:
Running Apache
Getting the error:
$ /usr/sbin/apachectl2 start /usr/sbin/apachectl2: line 78: 348 Bad system call $HTTPD -k $ARGV
See: