Tagged Questions
2
votes
2answers
49 views
How to inspect localhost from my smartphone?
Ideally I'd like to expose a port, like 8080 or something, to the web, so that I can run a website on my desktop and inspect it on my smart phone or show it to a client and so on. How do I expose one ...
1
vote
1answer
136 views
Rename localhost folder. Gives empty screen
I'm trying to rename my apache2 localhost folder.
I have already gone to /etc/apache2/sites-enabled/site-name
and changed the following lines in the Document:
DocumentRoot /home/user/public_html
...
0
votes
3answers
2k views
Can't access localhost
I can't access anything inside of localhost, whenever I try to access anything inside of localhost it gives me 403 Forbidden error. I also can't add any files into the var/www/ folder unless I open it ...
0
votes
1answer
154 views
Access Wiki installation on Host from Virtual Server
Recently I set up a Dokuwiki installation on Ubuntu Server in VirtualBox. My host OS is Ubuntu 11.10. Till date I was using NAT configuration for my VirtualBox. Since today I decided to use Host-only ...
1
vote
1answer
2k views
XAMPP vs. Native LAMP Packages
I'm currently in the process of setting up an Ubuntu Desktop setup for a combination of technical writing, heavy statistics/mathematical analysis, and also server-side development and I wanted to know ...
3
votes
2answers
606 views
How can I share this local site to not use a sub directory?
I'm working on a site locally that's just sitting in a folder:
localhost/tempplace
How can I route, with Apache2, that to be like:
tempplace:8890
Or just something so it's not a sub ...
4
votes
1answer
732 views
Where should I place aliases for localhost?
I often need to use aliases for localhost (127.0.0.1) for my development work of websites, such that I can access them locally while routed via apaches virtual host concept.
In the past I have always ...
