Difference between revisions of "Cssproxy"

From Dreamwidth Notes
Jump to: navigation, search
(add instructions for enabling cssproxy via subdomain)
 
(Enabling cssproxy:)
Line 2: Line 2:
 
== Enabling cssproxy: ==
 
== Enabling cssproxy: ==
  
The cssproxy can be enabled by editing the following settings in ljconfig.pl
+
To enable the cssproxy as a subdomain:
  
# 'cssproxy' => 'cssproxy', in %SUBDOMAIN_FUNCTIOn
+
# Make sure your DNS settings are correct. If you're not sure, check out the "DNS Management" section of [[Subdomain setup]].
# $LJ::CSSPROXY = "http://cssproxy.$DOMAIN/";, and that LJ:: is probably redundant
+
# Edit the following in ljconfig.pl
 +
** 'cssproxy' => 'cssproxy', in %SUBDOMAIN_FUNCTION
 +
** $LJ::CSSPROXY = "http://cssproxy.$DOMAIN/";, and that LJ:: is probably redundant
  
 
You should also be able to enable cssproxy without using a subdomain, but no instructions for that yet.
 
You should also be able to enable cssproxy without using a subdomain, but no instructions for that yet.
  
 
(thanks to <ljuser>exor674</ljuser> for walking me through this!)
 
(thanks to <ljuser>exor674</ljuser> for walking me through this!)

Revision as of 15:55, 16 September 2008

Enabling cssproxy:

To enable the cssproxy as a subdomain:

  1. Make sure your DNS settings are correct. If you're not sure, check out the "DNS Management" section of Subdomain setup.
  2. Edit the following in ljconfig.pl
    • 'cssproxy' => 'cssproxy', in %SUBDOMAIN_FUNCTION
    • $LJ::CSSPROXY = "http://cssproxy.$DOMAIN/";, and that LJ:: is probably redundant

You should also be able to enable cssproxy without using a subdomain, but no instructions for that yet.

(thanks to [info]exor674 for walking me through this!)