Jump to content

Recommended Posts

Posted

I'm trying to set up a wordpress site as our intranet. I've got this far:

 

- installed Ubuntu 14.04 VM

- updated Ubuntu

- installed and configured LAMP

- downloaded and installed Wordpress

 

Everything has been OK so far, a bit of a learning curve for a non-Linux user, but good up to here.

 

Now the problem appears to be that Wordpress cannot access the web. RSS feeds on the dashboard give an error, and the plugins/theme install pages give errors.

 

We've got a Smoothwall box doing our filtering and firewall, so I've added the IP of the VM as a 'location' in smoothwall to bypass the proxy. I've also added the values in the wp-config.php file as shown here: WordPress Proxysupport |

 

Still the same.

 

If I add wordpress.org in SW to the Auth Bypass category, it appears to work, but I'm concerned this may open up users to be able to access some sites we don't want (though most blogs are blocked on wordpress.com not .org I think).

 

Is anybody successfully using the setup above?

Posted

Go to:

 

Guardian > Web Filter > Exceptions and add the IP Address of the web server.

On the webserver set the default gateway and DNS as the Smoothwall IP.

 

Should be good to go with that.

Posted
Tried all the above with no joy (apart from setting the Smoothwall as the IP for DNS, our AD DNS forwards to SW for DNS anyway). I've added wordpress.org to the auth bypass category for now and it at least allows me to browse plugins and themes.
Posted

Re: plugin / theme install...

 

This'll only work if there is incoming access to the web server, and is thus dependant on what ports are forwarded to it on your firewall etc.

For instance, as our web server only has ports 80(http), 443(https) and [random](SSH/SFTP) accessible from outside, it couldn't auto-update / online-install themes & plugins without some tweaking (ala Configure SSH2 Access for Updating WordPress) to enable update via SFTP as all native methods would fail due to lack of ftp/ftps access.

 

Re: RSS feeds

 

These aren't done server-side, they're done client-side via javascript, so your client PCs all need access to wherever the RSS feed is pulled from (*.wordpress.org), not your web server.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...