Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong syntax in apache config on the windows.rst page #182

Closed
blaisegeo opened this issue Aug 10, 2021 · 1 comment
Closed

Wrong syntax in apache config on the windows.rst page #182

blaisegeo opened this issue Aug 10, 2021 · 1 comment

Comments

@blaisegeo
Copy link

Somebody had an issue when installing lizmap on windows following this doc yesterday, check this georezo thread:
https://georezo.net/forum/viewtopic.php?id=124670

The Apache documentation states that comments in config files can NOT start in the middle of a line, only at the beginning.
https://httpd.apache.org/docs/2.4/en/configuring.html
Comments may **not** be included on the same line as a configuration directive.

Thus, in the windows.rst page of the lizmap doc, on the Apache 2.4.41 Server Configuration section, the examples to set a virtual host raise apache errors because some lines have comments starting on the same lines as the directives. For example line 2:

Include conf/extra/php73.conf #include the diretory conf file for php73 configuration

which raise the following apache error:

httpd.exe: Syntax error on line 511 of C:/webserver/Apache24/conf/httpd.conf: Syntax error on line 33 of C:/webserver/Apache24/conf/extra/httpd-vhosts.conf: Include takes one argument, Name(s) of the config file(s) to be included; fails if the wildcard does not match at least one file

I can see this error 3 times on the first virtual host config example, and twice on the second virtual host config example.

Best regards

@Gustry
Copy link
Member

Gustry commented Jan 23, 2024

We do not support installation on Windows : see https://docs.lizmap.com/current/en/install/windows.html

@Gustry Gustry closed this as not planned Won't fix, can't repro, duplicate, stale Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants