laurex
Forum Replies Created
-
@nemanjat Yes, the problem is that in the page > Style tab > Background the YouTube video is NOT enabled. It is set to Classic. If I select Background Video, there is no link in the box for a link. I have cleared every possible cache. I too see the video in the source. I just can’t remove it.
Hi there. I did all of these steps and the problem persists. Any other suggestions? Thank you.
Forum: Fixing WordPress
In reply to: Can’t remove youtube video backgroundThanks, I will post there.
Thanks for your ongoing help. I made sure the virtualhost was configured as in the website. I double checked all the quotes.
It still is returning a file not found.
I feel like I have modified too many things to start clean, but I’d just as well give up if I could get back to having at least one local site working.
Here are the apache2 error log entries today:
[Tue May 05 21:13:30 2015] [notice] Digest: generating secret for digest authentication …
[Tue May 05 21:13:30 2015] [notice] Digest: done
[Tue May 05 21:13:30 2015] [notice] FastCGI: process manager initialized (pid 33108)
[Tue May 05 21:13:30 2015] [notice] Apache/2.2.29 (Unix) mod_wsgi/3.4 Python/2.7.8 PHP/5.6.7 mod_ssl/2.2.29 OpenSSL/0.9.8zd DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.8 Perl/v5.20.0 configured — resuming normal operations
[Tue May 05 21:17:06 2015] [notice] caught SIGTERM, shutting down
[Tue May 05 21:17:13 2015] [notice] Digest: generating secret for digest authentication …
[Tue May 05 21:17:13 2015] [notice] Digest: done
[Tue May 05 21:17:13 2015] [notice] FastCGI: process manager initialized (pid 33329)
[Tue May 05 21:17:13 2015] [notice] Apache/2.2.29 (Unix) mod_wsgi/3.4 Python/2.7.8 PHP/5.6.7 mod_ssl/2.2.29 OpenSSL/0.9.8zd DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.8 Perl/v5.20.0 configured — resuming normal operations
[Tue May 05 21:21:39 2015] [notice] caught SIGTERM, shutting down
[Tue May 05 21:21:45 2015] [notice] Digest: generating secret for digest authentication …
[Tue May 05 21:21:45 2015] [notice] Digest: done
[Tue May 05 21:21:45 2015] [notice] FastCGI: process manager initialized (pid 33542)
[Tue May 05 21:21:45 2015] [notice] Apache/2.2.29 (Unix) mod_wsgi/3.4 Python/2.7.8 PHP/5.6.7 mod_ssl/2.2.29 OpenSSL/0.9.8zd DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.8 Perl/v5.20.0 configured — resuming normal operationsHere is what I put in hppd-vhosts.conf (hope that was right)
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot “/users/Sites/curiouser”
ServerName curiouser.local
ServerAlias http://www.curiouser.local
ErrorLog “logs/curiouser-error_log”
CustomLog “logs/curiouser-access_log” common
</VirtualHost><VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot “users/Sites/synapsistic”
ServerName synapsistic.local
ErrorLog “logs/synapsistic-error_log”
CustomLog “logs/synapsistic-access_log” common
</VirtualHost>I added the lines to hosts.
Other browsers don’t work.
Hi Ross,
I followed your instructions but when I go to site1.local, I get an error. “Firefox can’t establish a connection to the server at site1.local.”
Could there be anything in my original setup that conflicts with what you said here?
I have been trying to make this work for 2 weeks and I can’t believe it’s that hard, but perhaps I have done something based on a previous solution that is running up against this one.
Thanks.