Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter amplicity

    (@amplicity)

    @peter_l where would I define this?

    I really do not think that’s the error, however. The reason being is because that error was present in the site pre-migration, where i experienced none of the image loading symptoms i’m describing now. Either way, I would like to try it.

    Thread Starter amplicity

    (@amplicity)

    which tables are these in?

    Thread Starter amplicity

    (@amplicity)

    Which tables do I have to modify? And what columns? I have no access to the WordPress site, so I have to do it all through phpmyadmin

    Thread Starter amplicity

    (@amplicity)

    that worked thanks man.

    Don’t know if I should start a new topic or not, but it’s telling me my mysql database isn’t clear (it isn’t, it’s the backup from the site I’m trying to restore). It then instructs me to login to clear my database, but upon submitting my credentials, it redirects me to my hacked remote site, which denies me access. What can I run on the mysql table to make sure it knows that I’m running everything from localhost, and doesn’t try to redirect me on login?

    Thread Starter amplicity

    (@amplicity)

    Yes, I followed that guide. It is not even hitting mysql. I know this because I tested MAMP with my other wordpress site. That hit the mysql and gave me other errors, but enough to tell me that it’s using mysql. This will not even render the PHP. And it’s only this installation. Again, this installation was hacked and I don’ tknow what damage was done, but I thought by removing the malicious files and rewriting the installation with a fresh wordpress install, it should at least load up and render?

    Thread Starter amplicity

    (@amplicity)

    i’m gonan try this thank you

    Hi @krishna,

    An example of the different domain can be seen below:

    https://highlinesounds.com/bang/?p=465&fb_source=pubv1

    Our old domain was highlinesounds.com/bang. We then switched to bangtothebeat.com, and now our sharing links are still customized at highlinesounds.com/bang. We need to know what to change to fix this, any help greatly appreciated!

    Thread Starter amplicity

    (@amplicity)

    got rid of bitnami, installed amazon linux ami, and followed this tutorial. https://coenraets.org/blog/2012/01/setting-up-wordpress-on-amazon-ec2-in-5-minutes/

    From there, I..

    1. Replaced the default “blog” with my blog backup by simply copying and pasting via SFTP
    2. set the chmod 777 for .htaccess (so wordpress can write to it when needed)
    3. mysql -uroot -ppassword blog < mysqldump.sql

    Thread Starter amplicity

    (@amplicity)

    Hey DeeJay176,

    I noticed the errors and warnings, however, I also have this posted on the bitnami community and it doesn’t seem to be of concern to the most recent poster. You can check that out here. He mentioned they were warnings, but I do notice that I’m getting mpm_prefork errors, could this cause a forbidden?

    I am leaning more towards what the poster on the bitnami forum was saying. He mentioned something about the way the .htaccess files are handled with bitnami, leading him to believe that my updates to my .htaccess file for wordpress are not being registered in the application. The document he referenced is here, but I am still a little confused on how to setup the document he references (/apps/wordpress/conf/htaccess.conf).

    Obviously this seems bitnami-specific, but is there anyway to have bitnami redraw my .htaccess file? I think that is the issue, rather than server issues, as I am getting forbidden rather than a 500 server error, but who knows. i’m very new to server tech, and especially AWS.

    To answer your questions, I chose a micro instance, the database is local to EC2 (i believe, I have no remote database setup).

    Thread Starter amplicity

    (@amplicity)

    I have tried:

    Deleting .htaccess (no result)
    Replacing .htaccess with information provided by SGDLucas (no result)
    Redid all file permissions using: (no result)

    find /path/to/your/wordpress/install/ -type d -exec chmod 755 {} \;
    find /path/to/your/wordpress/install/ -type f -exec chmod 644 {} \;

    I’m at a loss for ideas, I’m not sure where to go from here.

    Here is my error log:

    [Fri Aug 02 14:15:19.013515 2013] [ssl:warn] [pid 10864] AH01909: RSA certificate configured for wordpress.example.com:443 does NOT include an ID which matches the server name
    [Fri Aug 02 14:15:19.013867 2013] [ssl:warn] [pid 10864] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
    [Fri Aug 02 14:15:19.013906 2013] [ssl:warn] [pid 10864] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
    [Fri Aug 02 14:15:19.219743 2013] [ssl:warn] [pid 10865] AH01909: RSA certificate configured for wordpress.example.com:443 does NOT include an ID which matches the server name
    [Fri Aug 02 14:15:19.220031 2013] [ssl:warn] [pid 10865] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
    [Fri Aug 02 14:15:19.220067 2013] [ssl:warn] [pid 10865] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
    [Fri Aug 02 14:15:19.220161 2013] [lbmethod_heartbeat:notice] [pid 10865] AH02282: No slotmem from mod_heartmonitor
    [Fri Aug 02 14:15:19.260087 2013] [mpm_prefork:notice] [pid 10865] AH00163: Apache/2.4.4 (Unix) OpenSSL/1.0.1e PHP/5.4.16 configured -- resuming normal operations
    [Fri Aug 02 14:15:19.260178 2013] [core:notice] [pid 10865] AH00094: Command line: '/opt/bitnami/apache2/bin/httpd -f /opt/bitnami/apache2/conf/httpd.conf'
    [Fri Aug 02 14:15:29.271089 2013] [mpm_prefork:error] [pid 10865] AH00161: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
    [Fri Aug 02 14:19:19.191511 2013] [mpm_prefork:notice] [pid 10865] AH00169: caught SIGTERM, shutting down
    [Fri Aug 02 14:19:23.468736 2013] [ssl:warn] [pid 10902] AH01909: RSA certificate configured for wordpress.example.com:443 does NOT include an ID which matches the server name
    [Fri Aug 02 14:19:23.469082 2013] [ssl:warn] [pid 10902] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
    [Fri Aug 02 14:19:23.469121 2013] [ssl:warn] [pid 10902] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
    [Fri Aug 02 14:19:23.621857 2013] [ssl:warn] [pid 10903] AH01909: RSA certificate configured for wordpress.example.com:443 does NOT include an ID which matches the server name
    [Fri Aug 02 14:19:23.622118 2013] [ssl:warn] [pid 10903] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
    [Fri Aug 02 14:19:23.622154 2013] [ssl:warn] [pid 10903] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
    [Fri Aug 02 14:19:23.622234 2013] [lbmethod_heartbeat:notice] [pid 10903] AH02282: No slotmem from mod_heartmonitor
    [Fri Aug 02 14:19:23.661640 2013] [mpm_prefork:notice] [pid 10903] AH00163: Apache/2.4.4 (Unix) OpenSSL/1.0.1e PHP/5.4.16 configured -- resuming normal operations
    [Fri Aug 02 14:19:23.661720 2013] [core:notice] [pid 10903] AH00094: Command line: '/opt/bitnami/apache2/bin/httpd -f /opt/bitnami/apache2/conf/httpd.conf'
    [Fri Aug 02 14:19:32.671296 2013] [mpm_prefork:error] [pid 10903] AH00161: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting

    Thread Starter amplicity

    (@amplicity)

    I reuploaded all the images on imageshack, hopefully everyone will be able to view these

    httpd.conf modifications:
    https://imageshack.us/photo/my-images/38/njw4.jpg/

    my httpd-vhosts.conf modifications:
    https://imageshack.us/photo/my-images/542/o1pk.jpg/

    my .htaccess file modifications:
    https://imageshack.us/photo/my-images/703/ejc0.jpg/

    @sgdlucas, the .htaccess file instructions were confusing to me when setting up, could you check the image I posted and see if what I wrote was correct? I wasn’t sure where to write the new details so I did my best to guess, but I’m not sure if it’s right or not. I’m going to try what you said now.

    Thread Starter amplicity

    (@amplicity)

    image links should all work now i just double checked! Please let me know if you can’t see them.

    Thread Starter amplicity

    (@amplicity)

    Thread Starter amplicity

    (@amplicity)

    that’s what i was hoping to find out ??

    my wp-config.php points to:
    db: bitnami_wordpress
    user: root
    pass: bitnami

    my httpd.conf file modifications:
    https://image.bayimg.com/2652b616cf612cdc1c3fcca36d668f51095ea469.jpg

    my httpd-vhosts.conf file modifications:
    https://image.bayimg.com/9dc2302ad93b47e1482bcffcecb887b920a88e7b.jpg

    my .htaccess file modifications:
    https://image.bayimg.com/59d5cb335988bd9dbe5a8158ee108b4bcd07c47a.jpg

    I ran this on the db:

    mysql -uroot -p bitnami_wordpress
    mysql> update wp_options set option_value = 'https://www.bangtothebeat.com' where option_name in ('siteurl', 'home');
    Query OK, 2 rows affected (0.00 sec)

    I also deleted the /opt/bitnami/updateip file

    Anyone that can help would be greatly appreciated. I am going to post this on community.bitnami.com as well and link to the post, so that anyone else with this problem may properly find the answer. Thanks!

    Thread Starter amplicity

    (@amplicity)

    my blog is located at https://www.bangtothebeat.com

Viewing 15 replies - 1 through 15 (of 16 total)