Displaying 7 results from an estimated 7 matches for "buildbox".
Did you mean:
buildbot
2009 Sep 19
1
Apache: confusion about virtual hosts and DNS on a local network
Hi,
I set up a webserver with Apache on one of the machines on the local
network. There's a DNS configured for the LAN, with a dummy domain name
(presbytere.local), and every machine is pingable by its hostname. The
webserver runs on the machine 'buildbox'.
The webserver actually has two (static) websites on it, for testing and
fiddling purposes. Each site's pages are stored respectively under
/var/www/html/microlinux and /var/www/html/kikinovak. I can reach the
two websites from any machine on the local network by opening a web
browser...
2009 Sep 22
1
MySQL setup: initial user weirdness
...to Saint-Bauzille-de-Montmel.
# chkconfig mysqld on
# service mysqld start
# mysql -u root
mysql> use mysql;
mysql> select user, host, password from user;
+------+-----------+----------+
| user | host | password |
+------+-----------+----------+
| root | localhost | |
| root | buildbox | |
| root | 127.0.0.1 | |
| | localhost | |
| | buildbox | |
+------+-----------+----------+
5 rows in set (0.00 sec)
This shows that in my initial setup, I have no less than five initial
users. A root user for three different hosts (localhost, bui...
2009 Sep 20
2
SSL and virtual hosts?
...e "Definitive Guide to CentOS". Now I wonder: how can I use
SSL with virtual hosts?
I have several virtual hosts defined. Let's say I want to use SSL with
this one:
<VirtualHost *:80>
ServerAdmin info at microlinux.fr
DocumentRoot /var/www/html/microlinux
ServerName buildbox.presbytere.local
ServerAlias microlinux.buildbox.presbytere.local
ServerAlias microlinux.buildbox
ErrorLog logs/microlinux-error_log
CustomLog logs/microlinux-access_log common
</VirtualHost>
The key and certificate files are located in /etc/certs:
# ls -lh /etc/certs
total 12K...
2019 Apr 27
1
Can't find SRPMS for CentOS
Hi,
I have to rebuild a handful of CentOS packages for some extra
functionality. So I setup a build environment in a virtual machine, and
right now I'm trying to find the SRPMS. I enabled the repositories
listed in /etc/yum.repos.d/CentOS-Sources.repo and then tried this:
[microlinux at buildbox:~] $ yumdownloader --source ark
Loaded plugins: fastestmirror, langpacks, priorities
Enabling epel-source repository
Loading mirror speeds from cached hostfile
* nux-dextop: mirror.li.nux.ro
9238 packages excluded due to repository priority protections
No source RPM found for ark-4.10.5-4.el7.x86_...
2012 Dec 11
1
trying to get the debug version of httpd so I can use it in conjunction with gdb.
I am trying to get the debug version of httpd so I can use it in
conjunction with gdb. I am having a hard time getting them, and they don't
seem to be in the standard epel-debuginfo repository. What should I do?
> [root at buildbox-rhel6 ~]# debuginfo-install httpd
Loaded plugins: fastestmirror, presto
enabling epel-debuginfo
Loading mirror speeds from cached hostfile
epel-debuginfo/metalink
| 8.3 kB 00:00
* base: mirrors.cicku.me
* epel: mirrors.kernel.org
* epel-debuginfo: mirrors.kernel...
2003 Jul 08
4
Hardening production servers
Greetings,
Apologies if this is not the appropriate list, but my questions are about
best practices in maintaining production servers (so I believe I can justify
a post in -stable, short of a -release list :)
I maintain a modest installation of 6 FreeBSD servers. They're CVSUP'd to
RELENG_4_8 (I make buildworld on each individually) and I portupgrade ports
as necessary. In an attempt to
2003 Oct 10
0
Mar 2003 - Sep 2003 FreeBSD Status Report
...ly. Right now I'm
publishing binary updates for 4.7-RELEASE and 4.8-RELEASE; since my
only available box takes 3.5 hours to buildworld, I don't have enough
resources to do any more than that.
In the near future, I'd like to: Find someone who is willing to donate
a faster buildbox; start building updates for other releases (at a
minimum, for all "supported" FreeBSD releases); add warnings if a file
would have been updated but can't be updated because it was recompiled
locally; add code to compare the local system against a list of
"valid"...