Displaying 5 results from an estimated 5 matches for "slackbox".
Did you mean:
blackbox
2017 Jul 07
5
Web server files ownership?
Hi,
I have a series of websites hosted on two CentOS 7 servers, using Apache
virtual hosts. One of these servers is a "sandbox" machine, to test
things and to fiddle around.
On the sandbox server, I have a few dummy websites I'm hosting.
# ls /var/www/html/
default phpinfo slackbox-mail slackbox-site unixbox-mail unixbox-site
Since Apache is running as system user 'apache' and system group
'apache', I thought it sensible that hosted files be owned by that process.
# ls -l /var/www/html/
total 24
drwxr-x---. 3 apache apache 4096 6 juil. 09:37 default
drwx...
2017 Jul 07
0
Web server files ownership?
...ache', I thought it sensible that hosted files be owned by that process.
>
> # ls -l /var/www/html/
> total 24
> drwxr-x---. 3 apache apache 4096 6 juil. 09:37 default
> drwxr-x---. 3 apache apache 4096 6 juil. 10:01 phpinfo
> drwxr-x---. 3 apache apache 4096 6 juil. 09:41 slackbox-mail
> drwxr-x---. 3 apache apache 4096 6 juil. 09:37 slackbox-site
> drwxr-x---. 3 apache apache 4096 6 juil. 09:42 unixbox-mail
> drwxr-x---. 3 apache apache 4096 6 juil. 09:38 unixbox-site
>
> Directories are all drwxr-x---, while files are -rw-r-----.
>
> Now some guy...
2017 Jul 07
0
Web server files ownership?
...ache', I thought it sensible that hosted files be owned by that process.
>
> # ls -l /var/www/html/
> total 24
> drwxr-x---. 3 apache apache 4096 6 juil. 09:37 default
> drwxr-x---. 3 apache apache 4096 6 juil. 10:01 phpinfo
> drwxr-x---. 3 apache apache 4096 6 juil. 09:41 slackbox-mail
> drwxr-x---. 3 apache apache 4096 6 juil. 09:37 slackbox-site
> drwxr-x---. 3 apache apache 4096 6 juil. 09:42 unixbox-mail
> drwxr-x---. 3 apache apache 4096 6 juil. 09:38 unixbox-site
Hi Niki -
Pete Biggs has weighed in with one way of setting Apache permissions. His
basic c...
2000 Jun 16
2
Samba and DNS
Panagiotis Malakoudis wrote:
>
> Here is my problem. I have a slackbox running samba 2.0.6
> that uses an NT wins server. I also have a DNS on linux.
> Whenever my dns failes (for some reason) hosts that have no
> entry on the DNS server but are indeed found on the wins
> cannot connect to the samba server. They get "The network is
> busy"...
2011 Jan 16
0
chan_h323 and menuselect dependencies problem
...s (OpenH323), the Asterisk
configure script still doesn't detect the dependencies as installed.
I know they are correctly installed because after going into
"[asterisk-source-directory]/channels/h323" and issuing a 'make opt', it
correctly builds everything:
-----
root at slackbox:# make opt
make DEBUG= default_target
make[1]: Entering directory
`/tmp/asterisk-test/slackbuilds/asterisk-SlackBuild/asterisk-1.4.39/channels/h323'
[CC] ast_h323.cxx
[CC] compat_h323.cxx
[CC] cisco-h225.cxx
[CC] caps_h323.cxx
ar crv libchanh323.a ./ast_h323.o ./compat_h323.o ./cisco-h225....