Jump to content

century1stop

Members
  • Posts

    42
  • Joined

  • Last visited

Posts posted by century1stop

  1. You should also check the Module Logs under [Tools] to see if cPanel generated a more specific error from that action.

    nope. log only showed hostname

     

     

    Blesta doesn't touch your server. But I would say it's because Zamfoo is a custom plugin for cPanel and not registering when using the API. But Zamfoo is so insecure you are allowing your customers to take over your server. http://www.webhostingtalk.com/showthread.php?t=1275572

    Thanks, more importantly the script doesn't make my server vulnerable to external attacks. Resellers I can settle effectively. Well, issue settled, thanks a bundle.

  2. 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.

  3. both servers down? or up haha and I did http:// no ssl.

     

    It's up now though for me :) Can you make a new folder called test and see if Blesta works fine there? It might be a folder issue. And do you have a caching in place?

     

    I'm guessing this is a linux server.

    If you check the folders owner:group that does work and use that same owner:group combo on the new folder does it work.

    After you do that, check the permissions as well.

     

    Solved! It was a directory issue that needed to be commented out in ssl.conf :)

    Thanks for your help.

  4. I'm guessing this is a linux server.

    If you check the folders owner:group that does work and use that same owner:group combo on the new folder does it work.

    After you do that, check the permissions as well.

    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

  5. 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. 

  6. 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?

  7. 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

  8. 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

  9. 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

  10. 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

×
×
  • Create New...