I have configured tow virtual host for two domains www.domain1.com and www.domain2.com: <VirtualHost *>
I\'m using a friendly url solution that i achieve with the following lines in VirtualHosts RewriteEngine on
I have a wordpress based php application running on apache on ubuntu server. I have developed a new version of the application, and I\'d like only certain users to access this beta.
I now have this when I run phpinfo(): disable_functions: [local]=exec, [master]=shell_exec But I s开发者_运维问答till can execute exec in that file where I put phpinfo in. Why? Local does overwrite ma
I n开发者_StackOverflow社区ow have some functions disabled. In PHPInfo, I can see these functions are in \'local value\'. \'Master value\' is empty. I also disable phpinfo, but I still see the phpinfo
I want to redirect traffic in this way. kevin.domain.com -> /var/www/kevin/domain.com/ thomas.example.com -> /var/www/thomas/domain.com/
It\'s not so easy questions as others.. at least. it\'s not a problem to setup simple one-dir-based static files location..
I have a script of calling KCFinder. window.open(\'/kcfinder/browse.php?type=files\', ...); it must open a window which contains KCFinder, but when I click the \"Browser\" button, it generatates er
Is there a sane way of accessing vhost (Pe开发者_JAVA百科rlSetVar) information from a CGI script?
Is it possible, using only Apache, to point a subdomain at a specific IP address? We currently have a primary domain(www.example.com) with 250+ subdomains(site1.example.com, site2.example.com, etc).