
century1stop
Members-
Posts
42 -
Joined
-
Last visited
Everything posted by century1stop
-
Hi Wonder if it would be possible to have an email module for "mass email clients" and "selected client email", quite useful at times when you make an announcement and/or notify client(s). Thanks
-
Good day folks, Wonder if you could help me out with this. Account creation in administration section (no invoice generated) gets this message, "An internal error occurred, or the server did not respond to the request." but account gets created in cPanel. There is of course no creation email or any active service from Blesta since error occurred. Any idea what the problem is? Thank you.
-
Solved! It was a directory issue that needed to be commented out in ssl.conf Thanks for your help.
-
But should it affect at all? I mean since everything works with http and https being the problem area, ownership or permissions should render folders inaccessible regardless protocol edit: yup linux centos 6.5 64bit
-
You are quite right, it really is a folder issue. I created folder test and copied php info file there /test/info.php and I have the same issue. Any way I can resolve it?
-
is it with or without https? edit: sitemeer report shouldn't be a problem, just checked 2 nodes and both are down
-
the file info.php is no longer in /blesta/info.php, it can't be found. I've relocated it to domain.net/info.php which loads correctly with or without https. It's the Blesta folder that can't be accessed via https. I'll configure error reporting in a jiffy.
-
No, that's just a dummy IP, apache has it in httpd.conf as well. If you like I can PM the actual url. Configuration seems to be okay from what I gather with php info. Https works when it doesn't access Blesta folder. Is there a possibility I need to install it with https?
-
This server's isolated, linked to a different hosting platform, using the nameservers as well. Does this cause issues for Blesta? Problem is if I were to configure it *:443 httpd will restart with an error, default being port 80
-
I have this in /conf/httpd.conf <VirtualHost *:80> ServerAdmin webmaster@domain.net DocumentRoot /var/www/domain.net/public_html ServerName www.domain.net ServerAlias domain.net ErrorLog /var/www/domain.net/error.log CustomLog /var/www/domain.net-access_log common </VirtualHost> and this in /conf.d/sslhost.conf <VirtualHost 12.34.56.78:443> SSLEngine On SSLCertificateFile /etc/pki/tls/certs/www.domain.net.crt SSLCertificateKeyFile /etc/pki/tls/private/www.domain.net.key SSLCACertificateFile /etc/pki/tls/certs/Comodo.ca-bundle ServerAdmin webmaster@domain.net DocumentRoot /var/www/domain.net/public_html ServerName www.domain.net ServerAlias domain.net ErrorLog /var/www/domain.net/error.log CustomLog /var/www/domain.net-access_log common </VirtualHost> PHP info in info.php loads in both http and https for domain.net/info.php whereas https://domain.net/blesta/info.php returns with url not found
-
Hi Thanks for the suggestion. Guess it's the Blesta install after all. Works nicely over http and I get a url not found over https. Does this mean I need to have <virtualhost *:443> within httpd.conf as well? Directory wise, it's the same var/www/domain/public_html
-
PMed nope not using .htaccess and in httpd.conf <virtualhost > /var/www/domain/public_html
-
Hello, Currently checking out the trial version, installed to a FQDN over standard http, no control panel just Apache, worked nicely. Decided to install ssl on the server, and when I switched to https, I get the messge "the requested url not found". Url over http still work. Am I doing anything wrong? Thanks