Posts by Alex Kleinubing • 135 points
7 posts
-
6
votes1
answer71
viewsQ: Improved javascript from Dat.GUI
Hello. I created a simple block using CSS variables. And to "configure" these variables at the discretion of testing, I’m using the Dat.GUI. The current code is on this Pen. My question is how to…
-
1
votes0
answers33
viewsQ: How to create a topic structure with Jekyll / Liquid
I’m trying to create a topic structure to simulate a direct link menu for the post. This structure would be similar to help manuals by topic or as the chapter structure of books. The problem is how…
-
1
votes1
answer199
viewsQ: Using Apache2 Virtual Hosts with Vagrant
I discovered Vagrant recently, and am using it. It is well functional, set an IP, installed apache, php and cia... I’m accessing the projects via the host, via localhost:8080 or IP 192.168.33.0 But…
-
1
votes2
answers129
viewsA: Why do my Virtualhosts point to the root folder.?
I came up with the solution myself, after much, much research. First I used the command: sudo a2dissite 000-default.conf This disables the default apache virtualhost (usually the one written "Its…
-
0
votes2
answers129
viewsQ: Why do my Virtualhosts point to the root folder.?
I’m using the Apache 2 in the Ubuntu 14.04. I moved the folder www/html to my other partition /media/Dados/www. But that’s not the problem. The problem starts when setting a vhost to a subdirectory:…
-
1
votes1
answer79
viewsQ: Cakephp: Why is Model not being loaded correctly?
Model: CategoriaBanner Controller: CategoriasBannersController One thing’s keeping me up at night: When trying to use create(); it gives object error when trying to use what would be the…
-
3
votes2
answers45591
viewsQ: How to change the www (Documentroot) folder to another partition in Apache 2.4 (Ubuntu 14.04)?
I tried to change the Document Root changing the files default.conf on sites-available. But I get the message that I’m not allowed to access the localhost. Would anyone know the exact procedure? May…