mod-xslt 1.4.3

29 views
Skip to first unread message

Carlo Contavalli

unread,
Jul 5, 2013, 10:02:47 PM7/5/13
to mod-...@googlegroups.com
Hello,

Given the coding spur back in April that fixed a few issues with
apache2, fixed several issues with 64 bit systems, site changed to
modxslt.org, debian packaging, and at least an issue related to
windows...

I've just cut version 1.4.3. More changes to come, but could not see
any reason to still have broken 1.4.2 as the latest version.

Thanks everyone for the support and contributions!

Carlo

Ugo Balestrieri

unread,
Jan 24, 2014, 9:19:03 AM1/24/14
to mod-...@googlegroups.com
ciao
ho seguito un tu corso linux debiam in alcatel
ho un problema con RH 64 non apro http su una virtual machine su host la apro ecco cosa vedo :
su host :
ni253163,root,root # netstat -anp |grep htt
tcp        0      0 :::80                       :::*                        LISTEN      10690/httpd
tcp        0      0 :::443                      :::*                        LISTEN      10690/httpd
unix  3      [ ]         STREAM     CONNECTED     248546 10693/httpd

sulla VM che é KO :
ni253165,root,root # netstat -anp |grep htt
tcp        0      0 :::80                       :::*                        LISTEN      3453/httpd
unix  2      [ ACC ]     STREAM     LISTENING     11749  3456/httpd          /usr/Systems/Global_Instance-12/APACHE/logs/cgisock.3453

ni253165,root,root # ls -al /usr/Systems/Global_Instance-12/APACHE/logs/cgisock.3453
srwx------ 1 aluwww root 0 Jan 24 14:46 /usr/Systems/Global_Instance-12/APACHE/logs/cgisock.3453
sai cosa posso fare per aprire http ?
non rieso con putty a connettermi via ssh mentre da host mi collego senza che mi chieda passwd
grazie
Ugo



Carlo

--
You received this message because you are subscribed to the Google Groups "mod-xslt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mod-xslt+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



Sphinx

unread,
Jan 24, 2014, 8:45:50 PM1/24/14
to mod-...@googlegroups.com
I use CentOS with mod-xslt no problem, got lots of vmware virtual redhat servers running apache so thinking must be VM or it's configuration. What is the virtual machine you're using, and on what type of host? vmware? kvm? esx, esxi...? Do you have any other services running and can you see/use them?
Try:
# netstat -rn
# ifconfig -a
# iptables -L
# selinuxenabled
# echo $?
# telnet localhost 80
GET /
#


inside the vm.

Ugo Balestrieri

unread,
Jan 27, 2014, 6:41:50 AM1/27/14
to mod-...@googlegroups.com
ni253165,root,root # netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
151.98.253.0    0.0.0.0         255.255.255.0   U         0 0          0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0
0.0.0.0         151.98.253.1    0.0.0.0         UG        0 0          0 eth0
ni253165,root,root # ifconfig -a
eth0      Link encap:Ethernet  HWaddr 52:54:00:3C:52:1C
          inet addr:151.98.253.165  Bcast:151.98.253.255  Mask:255.255.255.0
          inet6 addr: fe80::5054:ff:fe3c:521c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9283279 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2543976 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1126993019 (1.0 GiB)  TX bytes:379498686 (361.9 MiB)
          Interrupt:11 Base address:0x8000

eth1      Link encap:Ethernet  HWaddr 52:54:00:53:5B:CC
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:10 Base address:0xa000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:865878 errors:0 dropped:0 overruns:0 frame:0
          TX packets:865878 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:160311162 (152.8 MiB)  TX bytes:160311162 (152.8 MiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

ni253165,root,root # iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
ni253165,root,root # selinuxenabled
ni253165,root,root # echo $?
1
ni253165,root,root # telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
GET /
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>

<head>
  <title>ni253165</title>
  <link rel="icon" href="favicon.ico" type="image/ico">
  <link rel="SHORTCUT ICON" href="favicon.ico">
</head>

<frameset rows="70pixels,*" border="0">
    <frame name="title" SRC="title.html" title="Title" scrolling="no">
<!-- since SSO_INT 1.NG.1.0.5.26 the main.html is dymanically built
    <frame name="content" SRC="main.html" title="Content">
-->
    <frame name="content" SRC="http://151.98.253.165/CGI-BIN/buildMain.cgi" title="Content">
</frameset>

</html>
Connection closed by foreign host.

now we reconized the DG had the same Ip of VM so no ssh and web access, now they are ok
we are on RH 64
thanks for your help
Regards
Ugo


Ugo Balestrieri

unread,
Apr 28, 2015, 8:25:50 AM4/28/15
to mod-...@googlegroups.com
Ciao

abbiamo problemi con RH 6.6 dovendo simulare parecchie interfacce eth virtuali facendo service stop o del oppure service network restart, sembra che un baco non permetta di ripulire le conf interfacce se non con il restart del server, sapete per favore se ci sono altri WA per uscire dal dedalo ?
grazie
Ugo

On Sat, Jan 25, 2014 at 2:45 AM, Sphinx <li...@fullsack.com> wrote:
Reply all
Reply to author
Forward
0 new messages