*) Fix a file permissions problem which prevented mod_disk_cache
from working on Unix. [Jeff Trawick]
- *) Add "-k start|startssl|restart|graceful|stop" support to httpd
- for the Unix MPMs. These have semantics very similar to the
- old apachectl commands of the same name.
- [Justin Erenkrantz, Jeff Trawick]
+ *) Add "-k start|restart|graceful|stop" support to httpd for the Unix
+ MPMs. These have semantics very similar to the old apachectl
+ commands of the same name. [Justin Erenkrantz, Jeff Trawick]
*) Make sure that the runtime dir is created by make install.
PR 9233. [Jeff Trawick]
#endif
#ifdef AP_MPM_WANT_SIGNAL_SERVER
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
- " %s [-k start|startssl|restart|graceful|stop]",
+ " %s [-k start|restart|graceful|stop]",
pad);
#endif
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
dash_k_arg = optarg;
break;
}
- if (!strcmp(optarg, "startssl")) {
- char **new_define;
-
- dash_k_arg = "start";
- new_define = (char **)apr_array_push(ap_server_config_defines);
- *new_define = "SSL";
- break;
- }
}
default:
*(const char **)apr_array_push(mpm_new_argv) =