Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello,
i have setup Projector Ria on my server with subdomain : https://projectorria.myserver.net.
In Apache's conf i put :
ServerName projectorria.myserver.net
DocumentRoot /var/www/projectorria/
In Firefox i write https://projectorria.myserver.net , i see background 1 second and i have error because /view not found.
Can you help me ?
Thank's by advance.
Best regards
You must set a Directory definition in your apache configuration to give right access to the directory
Hello,
thank's for your answer.
My Apache's virtualhost :
ServerAdmin webmaster@localhost
ServerName projectorria.myserver.net
DocumentRoot /var/www/projectorria/
Options FollowSymLinks
AllowOverride None
ErrorLog ${APACHE_LOG_DIR}/projectorria_error.log
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/projectorria_access.log combined
DirectoryIndex index.php
Options +FollowSymLinks -Indexes
Order Deny,Allow
include /etc/apache2/sites-available/include_allow.conf
Deny from all
SSLEngine on
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
BrowserMatch "MSIE [2-6]"
nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
# MSIE 7 and newer should be able to use keepalive
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
When i use url https://projectorria.myserver.net, i'm redirect to https://projectorria.myserver.net/view with 404:The requested URL /view was not found on this server.
If i use https://projectorria.myserver.net/view/main.php i can log in, but when i log out i return to https://projectorria.myserver.net/view with 404.
I don't understand.Right access : drwxr-x--- 10 www-data www-data 4096 2012-10-21 20:51 projectorria
Thank's by advance
Hi,
I'm not an expert about apache configuration, moreover using ssl mode.
Did you try to run in http before https ?
Access right seems correct : read / write / execute for owner, read / execute fro group, nothing for others. If apache runs with www-data user, it is correct.