Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The "SSLSessionCache" page has been changed by qubits4all: http://wiki.apache.org/httpd/SSLSessionCache?action=diff&rev1=11&rev2=12 Comment: Typo fix in NTFS junction example: mklink's link-name arg. had some forward-slashes instead of backslashes. Changed capitalization in junction's name to match that used in shmcb entry (consistency). As an alternative under Vista/Windows 7/Server 2008/Server 2008 R2 64bit you can create a junction: {{{ - mklink /j "c:\program files\Apache Software Foundation/Apache2.2/logs" "C:\Program Files (x86)\Apache Software Foundation\Apache2.2\logs" + mklink /j "C:\Program Files\Apache Software Foundation\Apache2.2\logs" "C:\Program Files (x86)\Apache Software Foundation\Apache2.2\logs" }}} and then simply remove the (x86) from the path in the config file: --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org