Mysql not starting after changing default apache port to 8082 in Suse
|
|
hi there, i did a fresh install of drupal stack and wnated to change the default port for apache to 8082 from 8080 so i went into the conf of apache and changed it to 8082 . now when i restart the services, mysql fails. do i hav to make changes in mysql since i changed the port of apache?pls help of whereit would be thanks |
|
|
Hi, I don’t think it is needed to change anything else, but I’ll test it. Can you tell the exact error you’re getting? Thanks Cheers |
|
|
Also, does this happen with Drupal 5 or 6? The whole stack or the new module? |
|
|
Anotnio thanks for your quick response. I changed it back and then changed it again everything is working fine. 1) Can i download new skins, and functionalities from drupal? |
|
|
Hi mehak, Yes, you can add themes or new functionalities into drupal. And if you want to show drupal home page you must to type http://localhost:7777/drupal in your browser. Cheers, |
|
|
Hi again mehak, Sorry, I think I misunderstood you. If you want to access to drupal home page directly you must perform some changes in the apache2/conf/httpd.conf file. 1. Change the DocumentRoot DocumentRoot "/home/yourUser/drupalDirectory/apache2/htdocs"to DocumentRoot "/home/yourUser/drupalDirectory/apps/drupalDir/htdocs" 2. Change Directory <Directory "/home/yourUser/drupalDirectory/apache2/htdocs">to <Directory "/home/yourUser/drupalDirectory/apps/drupalDir/htdocs"> Now you must to restart apache2 server, you can do it with ./ctlscript.sh restart. Then when you type http://localhost:7777 at your web browser you will be redirected to drupal home page directly. Best regards, |
|
|
Awesome thanks guyz! |
|
|
Also i figured out the mysql problem. I have install bitnami drupal as a user “x” and not as root.
hope tht helps. |
