-
Notifications
You must be signed in to change notification settings - Fork 13
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
500 for any page #18
Comments
Hi HaveHi! Did you manage to solve your issue? I was having something like that but it had to do with selinux and paths. I moved file from './web/*' to '../' so I have to edit 'index.php' to reflect the new paths. I'm having an issue with 'twig' now. Every time I try to edit a user or a group I get 'HTTP ERRO 404', looks like 'Rewrite Rule' is missing.... |
no have solution i just use bash script |
Try setting RewriteBase to / |
I will it! Thanks!
*Schmitz, Marlon Régis*
* IT Project Manager*
* Senior Network & Telecom Administrator* *PMP Number: 1563162*
*PMI Member ID: **2465256*
*LPID LPI000143690*
***@***.***
+55 51 9198 2962 Mobile
SKYPE: mrschmitz
MSN: ***@***.***
GTalk: ***@***.***
ICQ: 135952389,mrschmitz
JABBER: ***@***.***
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Livre
de vírus. www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>.
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Em qua., 7 de jul. de 2021 às 08:44, Navi2016 ***@***.***>
escreveu:
… Try setting RewriteBase to /
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUW3U2VMVYPNKRCHNPSXTJ3TWQ42DANCNFSM4F73JEQQ>
.
|
Hello! Im install you app in http server (apache2 ) but i any page get me 500 error
PS
PLZ CHECK YOU INSTRUCTION BECAUSE ITS PIZDEC!
#config web.conf (apache)
<Directory /var/www/>
AllowOverride All
Options All
<VirtualHost *:8035>
ServerAdmin [email protected]
DocumentRoot "/var/www/authmanager/web"
ServerName auth.site.com
#htachess
Options -MultiViews<Files .htpasswd>
deny from all
#config.yaml
Base URL
baseUrl: http://172.22.7.14:8035
Path to Apache2 files
htpasswd: '/var/www/.secure/auth/.htpasswd'
htgroups: '/var/www/.secure/auth/.htgroup'
Debug
debug: false
The text was updated successfully, but these errors were encountered: