Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: special char in ServerRoot |
|
Author |
|
cem
Joined: 23 Oct 2018 Posts: 2 Location: turkey
|
Posted: Tue 23 Oct '18 15:10 Post subject: special char in ServerRoot |
|
|
Hello,
In my httpd.conf file ServerRoot has following path:
ServerRoot "D:\ACS\frŕnzösisch\apache"
french char makes problem apache can not be started!
Server version: Apache/2.4.35 (Win64)
Server built: Sep 19 2018 17:53:11
any idea appreciated how can I fix this problem?
Thx®ards
cem |
|
Back to top |
|
cem
Joined: 23 Oct 2018 Posts: 2 Location: turkey
|
Posted: Tue 23 Oct '18 18:56 Post subject: |
|
|
after some testing I found out:
JkWorkersFile: Can't find the workers file specified
mod-jk.conf file looks like this:
LoadModule jk_module modules/mod_jk.so
JkWorkersFile conf/workers.properties
JkShmFile logs/mod_jk.shm
JkLogFile logs/mod_jk.log
JkLogLevel info
JkMount /* worker1
JkMount / worker1 |
|
Back to top |
|
|
|
|
|
|