Questions tagged [path]
218 questions
0
votes
1 answer
Lighttpd, regex in conf, path including regex match
The background :
- Lighttpd 1.4.28
- Debian 6.0.7 i686
Several developers are using this web server, and each of them has his own virtual host named after "username.mysite.tld". These hosts are working fine, and I'd like to make a generic rule for…

Httqm
- 225
- 2
- 10
0
votes
2 answers
Red5 can't find Java
I'm setting up a Red5 server on Cygwin
I get this
/usr/share/red5$ sh red5.sh
Running on CYGWIN_NT-6.1-WOW64
Unable to locate Java. Please set JAVA_HOME environment variable.
However, I can also do this: javac -version and get javac 1.7.0, so I…
user173757
0
votes
1 answer
Vagrantfile location path - where is it defined and how to change it? (Windows)
I have a Windows machine that I am using to host Virtual Box VMs used with Vagrant.
I'd like to keep Vagrant setup files including Vagrant all under a separate folder so that it is easy to know where to find everything. Where is the location path…

therobyouknow
- 471
- 4
- 8
- 18
0
votes
1 answer
Is the website directory path length important for server operations speed in any sense?
I'm using a website and I do lots of operations (its a basis for mobile app).
If I place the website in a long path directory of the server will that slow down the operations in any sense?
I mean something like…

SaintJob 2.0
- 147
- 8
0
votes
1 answer
When running `export $PATH` on linux, where does this info actuall store?
Let's say I run this straight from a bash command line, where is this information actually being stored?
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"

kylex
- 1,421
- 5
- 14
- 18
0
votes
1 answer
php always trying to load extensions from relative path
PHP is always trying to load extensions from a relative path. For example:
php.ini
extension=/vld.so
Warning: PHP Startup: Unable to load dynamic library './/vld.so' - .//vld.so: cannot open shared object file: No such file or directory in Unknown…

Zulakis
- 4,153
- 14
- 48
- 76
0
votes
1 answer
$PATH variable for anonymous user
I'm on CentOS.
I have a php script that needs to have /usr/lib64 in its $PATH.
From the php script when I output
echo $PATH
I get
/bin:/usr/bin
when I ouput
echo $USER
I get a 1 character long blank space.
I created a custom.sh in…

JSL
- 1
0
votes
3 answers
File Not Found for All Nodes in Drupal
My Drupal installation is having all links to nodes show up with a File Not Found error. Admin pages and such are ok, it's just pages with ?q=node/#
I tried using Update.php to fix anything, but that didn't do it.
Any other ideas?

Jared
- 111
- 1
- 5
0
votes
1 answer
Both bashrc and bash_profile won't seemingly source? VirtualMin Clean install
I am not too familiar with this level of management on a nix server however I am unable to get either the bashrc or bash_profile to source at login.
Details about the server:
Centos 6.0 - Basic GUI installation
Virtualmin Server Manager
I am…

Mallow
- 144
- 2
- 9
0
votes
1 answer
Need Apache configuration fixed
Issue:
I have loaded Wordpress MU inside of my DocumentRoot. This is working fine however, I now have two projects inside the DocumentRoot that both have a directory with the same name:…

syn4k
- 569
- 1
- 6
- 12
0
votes
1 answer
ld path update in centos
I just installed manually apr and apr_util so i can install activemq cpp library.
When i try to make the cpp library i get the following error:
/usr/bin/ld: cannot find -lexpat
collect2: ld returned 1 exit status
and expat is within apr-util and…

user30597
- 234
- 1
- 4
- 10
0
votes
1 answer
How do I modify the include path during a source install?
I'm trying a source install (configure, make) on FreeBSD but I get this error:
error: foo.h: No such file or directory
although the file does exist at /usr/local/include/foo.h so I guess the compiler is not looking in /usr/local/include .
How do I…

Gazzer
- 185
- 1
- 2
- 9
0
votes
2 answers
Install Apache Modules on Custom Path
I have installed apache2 into my home folder by specifying the ./configure --prefix="$HOME". It works fine. Now I am trying to install mod_wsgi. I try ./configure --prefix="$HOME", as well as --libexecdir="$HOME", however when performing a make…

Anil Vaitla
- 103
- 1
- 4
0
votes
1 answer
Mac terminal unix questions. Trying to install showoff.io
I installed the gem according to the instructions at showoff.io, but when I try to run
show 8888
it doesn't work and I get
-bash: show: command not found
In their faq, they mention running
gem contents showoff-io
if that happens, but I don't…

dot
- 103
- 2
0
votes
1 answer
IIS 6 - how to create virtual directory like /my/custom/path
I can easily crate a directory structure like c:\temp\mywww\my\custom\path, and then create virtual directory to \mywww and place my files in path subfolder, and I'll be able to access it like:
http://my.exmple.com/my/custom/path
The question is,…

Sunny
- 5,834
- 3
- 22
- 24