logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: special char in ServerRoot
Author
cem



Joined: 23 Oct 2018
Posts: 2
Location: turkey

PostPosted: Tue 23 Oct '18 15:10    Post subject: special char in ServerRoot Reply with quote

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&regards
cem
Back to top
cem



Joined: 23 Oct 2018
Posts: 2
Location: turkey

PostPosted: Tue 23 Oct '18 18:56    Post subject: Reply with quote

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


Reply to topic   Topic: special char in ServerRoot View previous topic :: View next topic
Post new topic   Forum Index -> Apache